rfc: classify findings and make catalog detection rules executable and testable - #23
Open
eeee2345 wants to merge 1 commit into
Open
rfc: classify findings and make catalog detection rules executable and testable#23eeee2345 wants to merge 1 commit into
eeee2345 wants to merge 1 commit into
Conversation
…d testable Signed-off-by: Adam Lin <eeee2345@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this changes
Two additions to From Lessons to Controls:
Each recommendation also specifies the technique classification of the failure against open, vendor-neutral taxonomies (for example MITRE ATLAS techniques or the OWASP LLM and agentic classes). The Mission says SAFE turns recurring failures into shared controls, and the confidential rapid alert shares affected patterns. Recurrence and patterns are only mechanically detectable if findings carry a shared classification; without one, spotting the same failure twice depends on editorial memory.
The catalog paragraph already commits SAFE to publishing machine-readable policies and detection rules in a shared, versioned catalog, but says nothing about what form those rules take. The added paragraph asks published detection rules to meet the same bar the RFC already sets for recommendations (a reproducible verification method): open executable format, declared true-positive and true-negative test cases, measured false-positive evidence on benign traffic, a version, and the classification above. It names Sigma and ATR as existing examples at the infrastructure and agent layers; the normative text stays format-agnostic.
Why, argued from the RFC's own goals
A catalog entry a member can adopt and verify needs tests and stated error rates in the same way the RFC already demands a reproducible verification method for controls. And the weekly machine-readable updates in Notification Timelines only interoperate across members if the semantics of a finding (what technique class, which detection caught or missed it) are classified consistently, not only the transport format.
Relationship to open issue #5
Complementary, not overlapping. #5 proposes mapping the Evidence Preservation fields to OpenTelemetry GenAI semantic conventions, which is the transport layer of evidence. This change is about the semantics of findings and published rules. Both together make cross-member commonality analysis workable.
Disclosure
I maintain ATR (Agent Threat Rules, MIT), named once in the added text as an existing example alongside Sigma. The proposed wording does not require it or any specific format.